home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gli Etruschi 1
/
gli etruschi 1.bin
/
data
/
sigla.dir
/
00002_Script_checkToGo
< prev
next >
Wrap
Text File
|
2001-05-15
|
184b
|
13 lines
global gStartTicks
on exitFrame
if the ticks - gStartTicks >=300 then
go to movie "home"
else
go to the frame
end if
end
on mouseUp
go to movie "home"
end